quicksort

Undocumented in source. Be warned that the author may not have intended to support it.
nothrow @nogc @trusted
T[]
quicksort
(
T
)
(
T[] array
,
scope bool delegate
(
T a
,
T b
)
@nogc nothrow @trusted
comparison
)

Meta